projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04275b1
)
(split_font_name): Use the right field when
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 16 May 2001 15:08:35 +0000
(15:08 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 16 May 2001 15:08:35 +0000
(15:08 +0000)
checking for `[...]' syntax.
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 676f1d772547a77cb24dfeb14cb03d5081c83de7..859c46a703dd5a402906ecfa0517f04cac1e90a5 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-2227,7
+2227,7
@@
split_font_name (f, font, numeric_p)
/* Check that the matrix contains 4 floating point
numbers. */
- for (j = 0, start = font->fields[i] + 1;
+ for (j = 0, start = font->fields[i
- 1
] + 1;
j < 4;
++j, start = end)
if (strtod (start, &end) == 0 && start == end)